Package-level declarations

Types

Link copied to clipboard
public class CrownItem extends Item implements Equipment

A crown, which makes piglins neutral when worn, just like gold armor.

Link copied to clipboard
public interface IActiveItemTempDataHolder
Holder of a temporary data while an entity is using an item.
Link copied to clipboard
public abstract class StaffItem extends Item

Staff item dispatching functionality to StaffHandler without loader specific functionality. Implementing loader-specific interfaces is highly recommended when extending the class to pass loader-specific functionality to StaffHandler.